home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9268 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.lang.c++,comp.windows.open-look
  2. Path: howland.reston.ans.net!torn!news!apollo!saed
  3. From: saed@engn.uwindsor.ca (Saed Aryan,13325,1100,g)
  4. Subject: XView C procedures in C++ for Sun X Windows
  5. X-Nntp-Posting-Host: apollo.engn.uwindsor.ca
  6. Message-ID: <DnJptx.Hv3@news.uwindsor.ca>
  7. Keywords: XVview, C++, C, SUN, X
  8. Sender: news@news.uwindsor.ca (Usenet)
  9. Reply-To: saed@engn.uwindsor.ca
  10. Organization: VLSI Research Group - University of Windsor
  11. Date: Thu, 29 Feb 1996 16:29:56 GMT
  12.  
  13. Hello world,
  14.  
  15. ---Does anyone have experience in the field of incorporating a C library in C++?
  16. ---Has anyone used XView in their C++ programs?
  17.  
  18. As a novice C++ programmer, I have faced the problem of combinig C code with C++.
  19. Regretfully the FAQ  is not  detailed enough in this area, so I must post this 
  20. question:
  21.  
  22. ---How would you suggest I incorporate XView C procedures and libraries in my C++
  23. ---program?
  24.  
  25. I am currently developing software for my research purpose in C++, and wish to
  26. upgrade the user interface with an X Windows OPENLOOK touh and feal. I have decided
  27. to use the XView Toolkit (imposed by circumstances).
  28.  
  29. XView offers a set of library procedures, and macros for C. The Xview and X libraries
  30. are to be linked during C compilation, and my own application (if in C) must
  31. include the necessary header files. 
  32.  
  33. But what if I write my application in C++. I can't just include the same libraries...
  34.  
  35.  
  36.